Python3Script Xojo Plugin

Python3XojoClass.Data Method

Gets Xojo object storage from the Python class.

shared Data(
   pySelf as Ptr) as Object

Parameters

pySelf
Self handle for the Python class.

Returns

Object
The Xojo object or nil if nothing has been set.

Remarks

See example use in the example project called: “Xojo creating new Python class (Advanced)”.

See Also

Python3XojoClass Class